crypto/tls.Conn.cipherSuite (field)
13 uses
crypto/tls (current package)
conn.go#L50: cipherSuite uint16
conn.go#L1318: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
conn.go#L1574: c.quicSetReadSecret(QUICEncryptionLevelApplication, c.cipherSuite, c.in.trafficSecret)
conn.go#L1610: state.CipherSuite = c.cipherSuite
handshake_client.go#L529: hs.c.cipherSuite = hs.suite.id
handshake_client_tls13.go#L168: c.cipherSuite = hs.suite.id
handshake_client_tls13.go#L472: if hs.session.cipherSuite != c.cipherSuite {
handshake_client_tls13.go#L748: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_server.go#L367: c.cipherSuite = hs.suite.id
handshake_server.go#L507: c.cipherSuite = hs.suite.id
handshake_server_tls13.go#L176: c.cipherSuite = hs.suite.id
handshake_server_tls13.go#L822: suite := cipherSuiteTLS13ByID(c.cipherSuite)
ticket.go#L295: cipherSuite: c.cipherSuite,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |